home *** CD-ROM | disk | FTP | other *** search
- # Specify options for acpid startup, Debian default is to enable the
- # use of sockets at a non-default position
- OPTIONS="-s /var/run/acpid.socket"
-
- # Specify modules to load on acpid's startup
- # MODULES may be uncommented to load "none", contain the string "all"
- # to load all acpi related modules or simply a space seperated list
- # of modules to be probed.
- #MODULES="battery ac processor button fan thermal"
- # using all allows us to drop extra modules in drivers/acpi and have them
- # be autoloaded.
- MODULES="all"
-